home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1996-09-07 | 1.1 KB | 57 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- PSPRT
- .fullname
- PSPRT-Handler
- .type
- Device Driver
- .short
- Print PS files on non-PostScript printer
- .description
- PSPRT-Handler allows you to print PostScript files on non-postscript
- capable printers using the "post.library" PostScript interpreter.
- .version
- 1.32
- .date
- 1995.07.06
- .author
- Daniel Weber
- .requirements
- OS2.04+, 2Mb+ RAM, post.library, printer
- .reference
- FreshFish-Vol9-2:BBS/text/PSPRT-1.24.lha
- 1.24
- FreshFish-Vol9-1:New/text/print/PSPRT/
- 1.24
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Hoeflistrasse 32
- CH-8135 Langnau
- Switzerland.
- .email
- dweber@amiga.icu.net.ch
- .docs
- psprt.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "PSPRT" "Please select an option" "View Doc" "View Guide" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool psprt132.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool psprt.guide GUIDE
- endif
- .aminet-dir
- text/print
-